GET api/deposit/unprotected/overview?branchIds[0]={branchIds[0]}&branchIds[1]={branchIds[1]}

Get Unprotected Overview. Processes this deposit API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
branchIds

The branch ids value supplied with the request.

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

DepositUnprotectedOverviewDataContact
NameDescriptionTypeAdditional information
Amount

The amount value.

decimal number

None.

TotalNumber

The total number value.

integer

None.

NumberLast21Days

The number last21 days value.

integer

None.

NumberBetween22To28Days

The number between22 to28 days value.

integer

None.

NumberGreaterThan28Days

The number greater than28 days value.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "TotalNumber": 2,
  "NumberLast21Days": 3,
  "NumberBetween22To28Days": 4,
  "NumberGreaterThan28Days": 5
}